home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.s.Control and !copy)
- {
- _root.s.HideSipka();
- this._visible = false;
- this.duplicateMovieClip("DObject",13300);
- _root.s.DObject.swapDepths(0);
- _root.s.DObject.gotoAndStop("pick");
- _root.s.DObject.copy = true;
- _root.s.DObject.origin = this;
- startDrag(_root.s.DObject,0);
- }
- if(copy)
- {
- stopDrag();
- if(eval(this._droptarget) != undefined and (eval(this._droptarget) == _root.s.back2.plavcik and _root.piti))
- {
- _root.s.what = _root.s.hero.name;
- _root.s.cil = "s9_plavcik";
- _root.s.uses = "vaza";
- _root.s.HideObj();
- _root.s.hero.gotoAndPlay("navrat");
- }
- if(eval(this._droptarget) != undefined and (eval(this._droptarget) == _root.s.back2.plavcik and !_root.piti))
- {
- _root.s.Speak(_root.s.hero.hero,"Co?!","F","What?");
- }
- this._visible = false;
- origin._visible = true;
- _root.s.ShowSipka();
- _root.s.DObject.removeMovieClip();
- }
- }
-